home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wsc4c21.zip / LOOPBACK.TXT < prev    next >
Text File  |  1997-03-12  |  2KB  |  39 lines

  1. *** Making a loopback adapter ***
  2.  
  3. A loopback adapter can easily be made from a female-female adapter. Orient
  4. the female-female adapter such that the widest part is facing up. Connect
  5. pins 2 and 3 together with a short piece of wire (or paper clip) as shown below.
  6.  
  7. The loopback adapter can also test RTS/CTS by connecting pin RTS to CTS, as
  8. shown in the diagram below. This is recommended since RTS/CTS are used for flow
  9. control. The loopback adapter can also test DTR/DSR by connecting pin DTR to
  10. DSR.
  11.  
  12. Lastly, connect the female-female adapter to the end of the modem cable, and run
  13. SELFTEST.
  14.  
  15.  
  16.                     Female DB 25                        Female DB 9
  17.       *****************************************      *****************
  18.      * 13 12 11 10  9  8  7  6  5==4  3==2  1  *    *  5  4  3==2  1  *
  19.       *   25 24 23 22 21 20 19 18 17 16 15 14 *      *   9  8==7  6  *
  20.        ***************************************        ***************
  21.  
  22.  
  23.           DB 25   DB 9    Pin Definition
  24.           =====   ====    ==============
  25.            7       5      Signal Ground (SG)
  26.            2       3      Transmit Data (TD)
  27.            3       2      Receive Data (RD)
  28.           20       4      Data Terminal Ready (DTR)
  29.            6       6      Data Set Ready (DSR)
  30.            4       7      Request to Send (RTS)
  31.            5       8      Clear to Send (CTS)
  32.            8       1      Carrier Detect (CD)
  33.  
  34. (Note: The pin positions are reversed for male connectors)
  35.  
  36.  
  37.  
  38.  
  39.